←Select platform

OnCollectionChanged(NotifyLeadCollectionChangedEventArgs) Method

Summary

Raises the CollectionChanged event with the provided arguments.

Syntax
C#
C++/CLI
Python
protected override void OnCollectionChanged( 
   NotifyLeadCollectionChangedEventArgs e 
) 
protected:  
   virtual void OnCollectionChanged( 
      NotifyLeadCollectionChangedEventArgs^ e 
   ) override 
def OnCollectionChanged(self,e): 

Parameters

e

Event data.

Return Value

Remarks

Properties and methods that modify this collection raise the CollectionChanged event through this virtual method.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.